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
1935
Using non-textual elements as grid cell content
posted

The UI Elements - Table works and scrolls fine with the typical alphanumeric content, but it seems that the cells don't recognize other elements.

For example, it's not unusual at all to use images in an iOS tableView app, or iOS grid, such as your own Infragistics GridView.

So I placed an icon in the first column of my UI Elements - Table, but I noticed when I scroll the table horizontally, the icon's aren't attached to the table's cell, but rather float over the top as shown in the picture here.

Is there any way to attach non-textual content to a table cell?

Thanks