Hi,
Could you please help me with this scenario.
I am binding a radgrid with primary event data (eventid, locationid, centerid, date) from a list1 and sorting it using SortExpression. if a certain criteria is met i need to check the date of the (sorted) first row and find the nearest secondary event date from list2 and add the comuln (template column) during runtime.
Please note the page is still not loaded, How do i access the sorted list that will be shown on UI? How do i populate the template column with data?
Could you please help me with this scenario.
I am binding a radgrid with primary event data (eventid, locationid, centerid, date) from a list1 and sorting it using SortExpression. if a certain criteria is met i need to check the date of the (sorted) first row and find the nearest secondary event date from list2 and add the comuln (template column) during runtime.
Please note the page is still not loaded, How do i access the sorted list that will be shown on UI? How do i populate the template column with data?