Hello,
I have a radgrid with GridButtonColumn for deleteing row. On clicking the command image, appears radconfirm asking the user if he is sure of the deleting.
I am searching for event(js) BEFORE the confirmation appears on client, because the text of the confirmation depends on the type of the row - some types need text1 and some needs text2.
Witch event can i call?
I tried <clientEvents> of the grid such as: OnCommand, OnRowDeleted but it didnt help - first was shown the confirm and then get in the js function.
thanks,
gila
I have a radgrid with GridButtonColumn for deleteing row. On clicking the command image, appears radconfirm asking the user if he is sure of the deleting.
I am searching for event(js) BEFORE the confirmation appears on client, because the text of the confirmation depends on the type of the row - some types need text1 and some needs text2.
Witch event can i call?
I tried <clientEvents> of the grid such as: OnCommand, OnRowDeleted but it didnt help - first was shown the confirm and then get in the js function.
thanks,
gila