Hi,
I am using ultrawebgrid in which I have put a button in band 0 to add a new row , but it is disabled when I use IE9 with no compatibility though it is working if I checked Compatibility to yes in IE9. I want solution for no compatibility mode. I am using higher version (above v 10.1) of Infragistics.
In my project grid had been used in following manner.
<igtbl:ultrawebgrid id="myGrig" runat="server"
Width="100%" Visible="False" Height="200px" >
<DisplayLayout>…………….. </ DisplayLayout>
<Bands>
<igtbl:UltraGridBand AddButtonCaption="Add New Row" AllowUpdate="Yes" AllowAdd="Yes" CellClickAction="Edit" SelectTypeCol="Extended" AllowDelete="No">
<Columns></Columns>
</Bands>
</igtbl:UltraGridBand>
When I set Compatibility flag checked (as below) it is working fine in IE9(Tools=>Compatibility view setting). But when I unchecked the compatibility flag in IE9. The New Add Row button got disabled. I want to enable it in either setting.
Hi Rohit_d_t,
I have tested the matter with build 2020 and the client events seems to be fired for all bands and when adding new row (see above sample). Please isolate a sample illustrating the issue so I can investigate the matter further.
Please let me know if you have more questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
I am using Version=11.1.20111.2020
I am attaching my test sample which uses version 11.1. So far I have encountered no issues with the client-side events under IE9 for row addition.
In order to be able to continue my research on the matter, I would need to know the exact version of .NetAdvantage which you are currently running.
Please let me know if you have any questions.
Thanks Petar,
Though it is working fine for grid but not working for add new row functionality. I have button in grid as follows. on mouse over ClientSideEvents seems not calling
<
igtbl:UltraGridBand AddButtonCaption="Add New Row" AllowUpdate="Yes" AllowAdd="Yes" CellClickAction="Edit" AllowDelete="No">
Columns>
.....
</