I am struggling with an issue using your controls.
In a master child page setup, it seems whenever I hit enter, click or enter key on the child page.
Child page has text box and imagebuton. master page has a bunch of image buttons.
So whenever I enter text in text box and press enter the MASTER page button fires NOT the button on my child page. As you might figure out, this is a truly royal pain in the ass. It forces the client to use the mouse to click on a button.
I know someone else has run into this problem. HOw to fix it?
I can't use any of the standard web commands like form.defaultbutton or a webpanel. becuase YOUR CONTROL Doesn't implement IButton.
Is it something easy I am missing? A little help would be nice. If this isn't resolved then I can no longer use your control set..
Hello,
You can code the keyDown client side event of the Panel and then check if the enter key was pressed if so you can then call the click method of the WebImageButton on the button to fire the event.
Please see the attached sample.
Let me know if you have any questions.
Thanks,
Valerie
Hi,
In that case, you can contact Infragistics developer support to create a support case for you and share the sample code with them. In the mean time you could upgrade to the latest SR for 9.2 or even upgrade to a newer release like 10.3.
Lubomir
I have been offered a solution in another post, it was suggested I use a panel and a regular asp button.
Which I am doing becuase I have no other choice.
But this doesn't work well in firefox.
so a solution using infragistics controls would be nice.
I cannot post them in a publicly viewable area.
I am using the 9.x version prior to the last service pack, dotnet 2.0 is the platform.
Can you not try it yourself?
I am using your imagebuttons
Version=9.2.20092.2120 of the controls
can you post your aspx pages markup so that I can see which controls you are using? Also post the build number.