0

I'm using control , and I ask if I can get their values and manipulate like a GridView ?? and use the values in the ViewModel. If possible you could tell me how would the procedure.

regards

leojfn
  • 35
  • 4

1 Answers1

0

The Bootstrap for DotVVM package contains the <bs:GridView> control which inherits from the default <dot:GridView> control, it only adds it few additional properties so the rendered table uses Bootstrap styling.

Look at the documentation of the Bootstrap GridView control.

The <bs:Table> is only a simple wrapper over the <table> element, nothing special.

Tomáš Herceg
  • 1,595
  • 1
  • 13
  • 18