Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Smart table generation with (unfixed) min./max. values
posted

Hello,

I was wondering if you can give me some advice on how to achieve the following:

The user is asked (e.g. by 3 textblocks with content "Min. Value", "Max. Value" and "step size") to enter the min./max values and the step size he wishes to be used. The only thing that is fixed is the amount of columns (e.g. 2 in this case).

For example:

The user enters "Min. Value = 20", "Max. Value = 100", "Step Size = 10". 

The table generated should now have 9 rows with the values 20 - 100 in the first column.

The second column should calculate values depending on the values in the first row.

Furthermore both columns should be boundable (I.e. unbound column for the second row is most likely not going to work).

Unfortunately I have to stick with XamGrid.

It would be really nice if you could help me achieving this. Thank you.

Kind regards,

Julian