This is a migrated thread and some comments may be shown as answers.

RadGrid Checklist filter

1 Answer 161 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Saikrishna
Top achievements
Rank 1
Saikrishna asked on 09 Apr 2015, 08:45 AM

Hi,

I am using radgrid CHECKLIST filtering, and able to bind the data using FilterCheckListItemsRequested event. My radgrid has textBoxes inside the bound columns and user can enter the values and all the calculations are handled in client side. When filter icon is clicked, systems sends a CALLBACK request and filter list is not updated with latest values entered for the column. However, if there is any postback or partial postback happens, the list is updated with latest values.

I want to update the checklist filter listbox with items on callback. Is it possible to do this? Or is there any way to update the filter listbox on client side?

 

Regards,

Saikrishna

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Dikov
Telerik team
answered on 13 Apr 2015, 12:02 PM
Hello Saikrishna,

Since you are providing the data for the CheckList Filtering functionality within the server-side FilterCheckListItemsRequested event, it is not possible to retrieve the changes that you have made on the client-side. 

The only thing that I could suggest for achieving such requirement is to force the user to save the changes in the grid before the CheckList Filterting is used. Thus will allow you to have to correct data within the FilterCheckListItemsRequested event.

Hope this helps.


Regards,
Konstantin Dikov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
General Discussions
Asked by
Saikrishna
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or