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
70
How to tell UltraWinGrid to display the contents of Byte Arrays
posted

Hoping someone has a simple solution for me here.  I have an UltraWinGrid and we are binding a data table to it.  One of the columns in the data table is of type System.Byte[].  So when we display the grid, every cell value shows the string System.Byte[].    Is there a simple and efficient way to have the grid display a string or hex representation of the byte data.  I was hoping it would be as simple as setting a property on the grid's column. 

One Idea I was toying with was to handle this in an event while the grid is loading as well as the edit events, but I am worried about performance as our data sources can have thousands of rows.   

Parents Reply Children
No Data