I made a custom column so I could filter with a MS DropDownList but the problem is when the viewstate is false the it doesnt fire an event when you select the first item in the list. So I tried replacing with a RadComboBox and got what I expected until I clicked on an other button in the grid. But It appears the RadComboBox always fires the SelectedIndexChanged even if I clicked on a different button on the grid. Since this in turn fires a command event on the grid the end result is that nothing works anymore.
Is there a solution to this?
Thank you.
Is there a solution to this?
Thank you.