Limitations of jQuery Grid Row Template

0 Answers 68 Views
Grid ListView
n/a
Top achievements
Rank 1
Iron
Iron
n/a asked on 26 Jan 2023, 02:37 PM
jQuery Grid Row Template can't escape from the bondage of row.
jQuery Grid Row Template works only in row units.

However, ListView is nice because it allows you to put multiple divs on a single line.

I've done a lot of development with KendoGrid. I want the already created KendoGrid to behave like a ListView.
I need a template like ListView inside a Grid. Is it difficult to make?
Grid and ListView are very similar. I hope that the already developed Grid will be like ListView with a simple template function.
Converting an already developed Grid to a ListView takes too much effort. that's insane It should be resolved in Progress.

Or, is there already a way?

thank you.
Georgi Denchev
Telerik team
commented on 31 Jan 2023, 08:38 AM

Hello,

The Grid and ListView are two fundamentally different components that serve a different purpose. The Grid is meant to look like a table and if it doesn't, it is no longer a Grid.

Perhaps the detailTemplate might be of more use in the current scenario. You can make the row expandable and inside the expanded space you can have as many div and other elements as you need.

Best Regards,

Georgi

No answers yet. Maybe you can help?

Tags
Grid ListView
Asked by
n/a
Top achievements
Rank 1
Iron
Iron
Share this question
or