These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Question on asiweb:Lister2

(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;