I have a grid that contains common filter commands my clients need. They can add their own to it and here lies the problem.
I want to have code validation run when they add a filter command since most of them don't have much of an idea of what they're doing. I'd like to either add the validation code (Try...Catch) to the add icon of the grid's action bar or hide it and create a command button on a canvas section for this purpose.
Can I do either one of these? Hide the "+" icon or add code behind it?
I guess last resort would be to hide the action bar and make command buttons for everything I need.
Thanks,
Steve
Bookmarks