I have a rad grid with multiple template columns with dropdown filtering controls. I have a custom user control for the edit form. Everything works fine except when I filter without manully closing my edit control. I know what it is doing but I just cannot figure out a fix for it. I want to be able to close the editable item that is open whenever I do a new filter on the grid. It was giving me the same problem when I would change pages in the grid but I fixed that by adding MasterTableView.ClearEditItems() in the PageSelectedIndexChange procedure. How can I use this for my filtering? I get the below error when filtering:
Specified argument was out of the range of valid values. Parameter name: ItemHierarchicalIndex
Thanks,
Blake
Specified argument was out of the range of valid values. Parameter name: ItemHierarchicalIndex
Thanks,
Blake