Discussions
Question on asiweb:Lister2
over 5 years ago by Nicholas B Wimsatt(edited)
Anyone here with experience on using the asiweb:Lister2 web control?
We would like to hide columns and define new columns with custom controls based on what we can do with the asp:datagrid control but also maintain the look and feel that asiweb:Lister2 provides for lists on the iMIS web.
Any way we can mimic the
Columns[1].Visible = false?
Or be able to edit a column
datagrid.EditItemIndex = (int)e.Item.ItemIndex;