Hi,
I do have a question that is not necessarly a problem with .net but it's for my asp.net application.
I'd like to find a component (.net or not, activeX or not, OCX or not) that can do this :
- makes a grid on my webpage (a bit like a datagrid)
- rows are selectable/highlighted when selected (and selected row/id is available with client code like JS or VBScript)
- the grid can use XML Data Insland for databinding
the aim is to have a component that can be based on a local data source downloaded on the client (in fact XML) to avoid return to Server (and so must not be filled in code behind)
Did someone see/use this king of component ?
Best Regards
Elise
I do have a question that is not necessarly a problem with .net but it's for my asp.net application.
I'd like to find a component (.net or not, activeX or not, OCX or not) that can do this :
- makes a grid on my webpage (a bit like a datagrid)
- rows are selectable/highlighted when selected (and selected row/id is available with client code like JS or VBScript)
- the grid can use XML Data Insland for databinding
the aim is to have a component that can be based on a local data source downloaded on the client (in fact XML) to avoid return to Server (and so must not be filled in code behind)
Did someone see/use this king of component ?
Best Regards
Elise