G
Guest
hi
I need to put a grid on my website. The best would be something like the
same datagridview in c# (where you can set width of the column, reorder of
the columns etc). Unfortunatelly I haven't found any similar in asp.net.
What I need to do is:
- to be able to set the width of the columns and the height of the rows (if
any text is longer than cell it should be truncated, can it be done
automatically or should I write my own function?)
I need to put a grid on my website. The best would be something like the
same datagridview in c# (where you can set width of the column, reorder of
the columns etc). Unfortunatelly I haven't found any similar in asp.net.
What I need to do is:
- to be able to set the width of the columns and the height of the rows (if
any text is longer than cell it should be truncated, can it be done
automatically or should I write my own function?)