Hi All,
Is there any way to to hide repeated columns in ultrawebgrid.
That depends on what's causing the columns to be repeated in the first place. It may be as simple as avoiding adding the "duplicate" columns. Alternately, you can set a column's Hidden property to true to hide it while still making it available to client-side code, or you can set its ServerOnly property to true to make it entirely unavailable to the client.
Hi Vince,
Thanks for your response.my requirement is different .
With in a column , i want to hide the repeated values.
Like following
Col1
t1
t2
I want this column as
t3
Thanks.