populating the date field values in a grid

Hi All,

Id date1 date2
1 5/8/2017 7/9/2017
2 7/9/2017 8/10/2017

Actually, the issue is we need populate the data as above in grid. Firstly the value in date1 column is original date and if we select a new date that should be populated in date2 field. Similarly if we add next row then the value in date1 column must be value in date2 column in first row, in the same way the value in date1 field for 3rd must be the value in date2 field in 2nd row. In this way I need to show the values in grid.

  Discussion posts and replies are publicly visible

Parents
  • Hi Sravanis,
    Can you brief me more about the scenario, like what you meant by "original date"? and how date2 column is changing upon selecting date1 field ?
    Also if you just want to show the date2 of row 1 in date1 of row 2 while you add a row. Just create a local variable and save the date2 value of row1 as it changes and have the same value in row2 date1 field when you create a new row..
Reply
  • Hi Sravanis,
    Can you brief me more about the scenario, like what you meant by "original date"? and how date2 column is changing upon selecting date1 field ?
    Also if you just want to show the date2 of row 1 in date1 of row 2 while you add a row. Just create a local variable and save the date2 value of row1 as it changes and have the same value in row2 date1 field when you create a new row..
Children
No Data