Hello,
I describe a scenary. I need help about this:
So
We have on database more than 80k rows. We want load only the last 5k at the first time. Now at right moment its OK.
The problem it is:
If we want filter on database using the header filters we can´t because the filters only seach on datasource of gridgroupingcontrol.
Exist any event or something that when we type caracteres on textbox-filter can get the text-box filter content and use it to send a query to database and change the datasource of the control???
Thanks