Buttons in gcc

Hello, i have a column containing buttons, could you please tell me how can i prevent the selection of the row when clicking on the button i handel the click over the buttons in : TableControlCellButtonClicked but i have two problems : 1. the handler fire two times 2. and i want to handel only the column buttons that i want, i mean if the user clicks on +/- button i want to cancel the event (because if i let it, whem clicking on +/- it takes a small time to expand the nested table ) thank you very much

1 Reply

ST stanleyj Syncfusion Team December 5, 2005 01:20 PM UTC

Hi, >> i have a column containing buttons, could you please tell me how can i prevent the selection of the row when clicking on the button Here is a sample that handles SelectedRecordsChanging to cancel the selection of row on click of the button cell in the child table. >>the handler fire two times TableControlCellButtonClicked does not fire two times. Please check your code if you had subscribed it twice. You can check in the sample where it fires only once. Best regards, Stanley

Loader.
Up arrow icon