is it possible with basic ASP.net controls or Telerik’s RadControls to get a two dimensional grid ?
I can’t find informations so far …
thanks in advance for your help!
is it possible with basic ASP.net controls or Telerik’s RadControls to get a two
Share
A two dimensional grid would be a HTML Table.
With ASP.NET you can use a GridView control.
With Telerik controls, you could use a Grid control.
It depends what you need the two dimensional grid for.