We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Pass Value to Gridgrouping Filterbar Cell

I am using Gridgrouping control for windows form. And I need to pass a Value to Filterbar Cell. or otherwise I need to focus my cursor on that cell.  Please let me know how to do that...


gridgrouping_4e4cb110.rar

1 Reply

KC Karuppasamy C Syncfusion Team December 19, 2013 10:27 AM UTC

Hi Sampath,

Thank you for using Syncfusion Products.

I would like to let you know that RecordFilters.Changed and RecordFilters.Changing events in order to bring the focus of the cursor in the filter bar cell.The RecordFilters.Changing event get fired while the filtering process starts.But the RecordFilters.Changed event get fired after the completion of filtering process.

Code:

void RecordFilters_Changed(object sender, Syncfusion.Collections.ListPropertyChangedEventArgs e)

{
 //Console.WriteLine("Filtering Completed......");

}

void RecordFilters_Changing(object sender, Syncfusion.Collections.ListPropertyChangedEventArgs e)
{
//Console.WriteLine("Filtering Started.....");
}

Please let me know if you have any concerns.

Regards,
Karuppasamy C.



Loader.
Live Chat Icon For mobile
Up arrow icon