Hi,
In Our Current Project Requirement .we Have a situation to List out the items in DataList.
In MobileView - Need to show items (1 - Repeated Column Manner ).
In Desktop View - Need to show items ( 3 - Repeated Column Manner ). How can I achieve this? how can I make this repeated column value dynamically? based on the screen width. Suggest me with Sample Code.
This is Mobile View
Thanks in Advance,
Karthik K

Jenith ThakkarPosted Jul 14, 2020, 12:34 AM
Check this link for that
https://www.aspforums.net/Threads/184417/Dynamically-change-repeat-column-of-DataList-as-per-screen-size-using-jQuery-in-ASPNet/
Marked as a answer if it's helpful for you
Karthik KPosted Jul 14, 2020, 1:48 AM
Jenith ThakkarPosted Jul 14, 2020, 12:50 AM
like changes the dimension in
resize function of jquery
Also
So repeat column value set as 5 so you need to do apply changes according to your req
Thank you
Karthik KPosted Jul 14, 2020, 12:43 AM