Shows up as text "true" or "false": <ig:BoundDataField DataFieldName="IsCostSaving" Key="IsCostSaving" width="30px">
<Header Text="Cost Saving" />
</ig:BoundDataField>
Shows up as a checkbox with checked value picked up from bound field:
<ig:TemplateDataField Key="cb1" width="30px">
<Header Text="Cost Saving" />
<ItemTemplate>
<asp:CheckBox ID="cb1" runat="server" Checked='<%# Eval("IsCostSaving") %>' Enabled="false" />
</ItemTemplate>
</ig:TemplateDataField>
Showing posts with label Infragistics. Show all posts
Showing posts with label Infragistics. Show all posts
Tuesday, March 23, 2010
Comparison of ig bound Templated Checkbox to boolean BoundDataField
Thursday, September 24, 2009
Playing with an Infragistics WebDialogWindow Bug
Found a bug in the Infragistics WebDialogWindow.
I discovered it when using the zooming function via holding down the Ctrl key and scrolling the mouse wheel to make the display more visible to the group I was demo-ing to. Moving the WebDialogWindow around leaves text behind. Oops.
Not exactly the demo I was shooting for.
But can be used to generate some cool effects:
This is what the WebDialogWindow looks like before moving it:
And my personal favorite -
I discovered it when using the zooming function via holding down the Ctrl key and scrolling the mouse wheel to make the display more visible to the group I was demo-ing to. Moving the WebDialogWindow around leaves text behind. Oops.
Not exactly the demo I was shooting for.
But can be used to generate some cool effects:
This is what the WebDialogWindow looks like before moving it:
These are screenshots of the WebDialogWindow on zoom:
Floating away:
Where did my window go?
An out of body experience:
And my personal favorite -
Subscribe to:
Posts (Atom)