i am using UltraWebGrid its version is Infragistics4.WebUI.UltraWebGrid.v10.3, Version=10.3.20103.2120
in that i am using two bands, one is for product and another is for its attribute.
in both band there is cell for stock which is editable.
so stock editing for product working in both (IE8 and IE9)
but stock editing for attribute is not working in IE9
plz reply ASAP
Hi Hitesh,
Regarding the width of your child grid, I am yet unsure of what may be causing this behavior. You seem to be using a lot of custom styling, however in order to ensure that the bands expand to the full width of the page I would suggest adding the following code to your display layout:
<DisplayLayout ViewType="Hierarchical" GroupByBox-Hidden="true" ><framestyle width="100%"></framestyle></DisplayLayout>
I have not yet encoundered any situation where the child cell becomes uneditable. As far as I can see you are using an Editor provider in the quantity column. Please provide its markup as the issue might be related to the configuration of the editor control.
I have created a sample for you which illustrates a grid with an editor provider in its child band. The Northwind DB is used and the grid has virtually no styling (except the width). Please tell me if this works correctly for you across browsers.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
my grid is like this :
in IE9 we can edit the stock of attibutes.
in IE8 it looks like this :
in IE8 we can not change the value of the stock of attibutes.
and attribute table is also shrinks.
In IE7 and IE9 it works properly but not in IE8.
now i think you can understand my problem.
Hi hitesh_addon,
I investigated this scenario but am so far unable to replicate the behavior using version 10.3.20103.2120. In your bands, are you refering to stock a single cell or a column (i.e. is a column or only a single cell editable)? Some sample code illustrating the issue would be appreciated greatly as it would help me determine what setting might be causing the matter.
Please contact me if you have any questions.