Radnumerictextbox initialize max value

0 Answers 50 Views
NumericTextBox
Vitaly
Top achievements
Rank 1
Iron
Iron
Vitaly asked on 12 Jun 2023, 01:39 PM

Good morning,

i have page where top consist of a form and bottom consist of grid data. Grid data has 4 types of record:

'S' -  saved record where when i click on the row in the grid top of the page is fill out and I may modify radnumerictextbox and set the max value of radnumerictexbox in code behind

'P' - pending record where when i click on the row in the grid top of the page is fill out and I cannot modify radnumerictextbox  however the requested hours which i get from SP into the grid  has to go to radnumericbox instead max value is going into box.

For example: from 'S' saved record i set max value to 100. After that when i click on ''P' record instead of going 200 hours(from SP) into radnumeric box it will show max value from 'S' saved record which is 100.

My question is: is there possibilty to initialize max value when i click on 'P' record to show me actually reguested hours instead of max value set manually from previous clicked even though requested hours is greater than max value. if not then what other option do i have?

Thanks so much for your help.

Vitaly.

     

Doncho
Telerik team
commented on 15 Jun 2023, 12:11 PM

Hi Vitaly,

I am afraid I cannot clearly understand the scenario and the request. Could you please share the markup declaration of the page in question along with the currently used code-behind logic? I am sure that the code together will help me better get the context and I will be able to assist you with this.

No answers yet. Maybe you can help?

Tags
NumericTextBox
Asked by
Vitaly
Top achievements
Rank 1
Iron
Iron
Share this question
or