Here's my situation. I have a RadToolbar, a RadComboBox, & a RadGrid on a page. When the page loads initially, the inputbox color in the combobox is white and there is no data in the grid. If the user selects an item from the combobox, clicks a button on the toolbar, the grid gets populated with data and everything is fine. If the user clicks the button on the toolbar before selecting an item from the combobox, the the backgroundcolor of the inputbox needs to turn pink.
If handled on the server side, in the Grid_NeedDatasource event, I check the selected value of the combobox and try to set the backgroundcolor if nothing is selected. Could use some help here.
If handled no the client side, the AJAX call would need to be canceled as well as setting the color.
I'm lost. All help is appreciated.
Thanks,
Rob
If handled on the server side, in the Grid_NeedDatasource event, I check the selected value of the combobox and try to set the backgroundcolor if nothing is selected. Could use some help here.
If handled no the client side, the AJAX call would need to be canceled as well as setting the color.
I'm lost. All help is appreciated.
Thanks,
Rob