Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4110
Ultrawebgrid editing
posted

I have an Ultrawebgrid (below) that is loaded dynamically and has several columns, but only one column is editable. It is a numeric value, that can be either a number, percent, or boolean (that must show as yes/no). There is no sorting or paging. My problem is two-fold. 1) I can't figure out how to edit the cells in the value column, also, how to dynamically format the value, number, percent, or boolean(yes/no) depending upon the value in another (hidden) column that notes the record type. Can anyone give me some ideas or an example please? Thanks.

<igtbl:UltraWebGrid ID="igGrid" runat="server" DisplayLayout-AutoGenerateColumns="true"
EnableAppStyling="True" StyleSetName="Office2007Blue" StyleSetPath="~/ig_res/"
DisplayLayout-CellPaddingDefault="5" >
<Bands>
<igtbl:UltraGridBand>
<AddNewRow View="NotSet" Visible="NotSet">
</AddNewRow>
</igtbl:UltraGridBand>
</Bands>
<DisplayLayout BorderCollapseDefault="Separate" CellPaddingDefault="5" Name="igStop"
RowHeightDefault="20px" Version="4.00" >
<FrameStyle>
</FrameStyle>
<ActivationObject BorderColor="" BorderWidth="">
</ActivationObject>
</DisplayLayout>
</igtbl:UltraWebGrid>