Skip to main content
17-Peridot
December 16, 2016
Question

Adding widgets into Data grid.

  • December 16, 2016
  • 2 replies
  • 4562 views

Hi,

Can we use CheckBox,Textbox and Date-time picker in the rows of Data grid? if yes,how?

Making grid Editable will give you an option like Textbox ONLY. How about other widgets?

2 replies

1-Visitor
December 16, 2016

You should use a Repeater in order to use "rich" widgets onto a grid.

TanmeyTWX17-PeridotAuthor
17-Peridot
December 16, 2016

Hi Carles, Repeater can be used for repeated values row/column wise but it's not that case in my requirement.I have something like below.

1.JPG

I need to Enter "Text", Select "Date" and select "CheckBox" in same grid.

Now,tell me what could be the best way to achieve it.

1-Visitor
December 16, 2016

Why not with the repeater? you can set a row mashup which as the columns you want with the desired widgets ( Text, Date and checkbox ).

1-Visitor
January 9, 2017

Hi Tarum,

I don't understand your configuration to point to the right direction I'm sorry.

Carles.