Hi,
I have a grid that contains a templated column containing a RadToolbar. The Toolbar contains one or more buttons and a dropdown list of additional options. Currently I am doing a postback on row click and performing an ajax call to update a panel. Everything works fine except when I try to click the dropdown list in my toolbar in the grid. It is performing the postback which is killing the dropdown open. It never displays. If I click the other toolbar buttons then the postback does not fire. How can I get the dropdown options to display and suppress the postback/selection? Can I add conditional logic on the client side that will suppresss the postback if they are clicking a particular cell of my column containing my toolbar? I'm not sure how to do that.
thanks
I have a grid that contains a templated column containing a RadToolbar. The Toolbar contains one or more buttons and a dropdown list of additional options. Currently I am doing a postback on row click and performing an ajax call to update a panel. Everything works fine except when I try to click the dropdown list in my toolbar in the grid. It is performing the postback which is killing the dropdown open. It never displays. If I click the other toolbar buttons then the postback does not fire. How can I get the dropdown options to display and suppress the postback/selection? Can I add conditional logic on the client side that will suppresss the postback if they are clicking a particular cell of my column containing my toolbar? I'm not sure how to do that.
thanks