Hi,
I'm creating a RadGrid totally programmatically in the code behind in a server control. This grid contains a GridButtonColumn that triggers a routine in the code behind. It works, but the first time the page is rendered, the button requires two clicks. It does postback on the first click, but the command handler is not called. On the second click, the command handler is called. Any ideas what I'm doing wrong. Thanks in advance for your help.
I'm creating a RadGrid totally programmatically in the code behind in a server control. This grid contains a GridButtonColumn that triggers a routine in the code behind. It works, but the first time the page is rendered, the button requires two clicks. It does postback on the first click, but the command handler is not called. On the second click, the command handler is called. Any ideas what I'm doing wrong. Thanks in advance for your help.