Search Results

Type: Posts; User: Lisseth

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. hello,
    I want to resuse a combobox, so I place combobx into an usercontrol, but how to get the selectedindexchanged method and selected value where the page uses the usercontrol?

    WEBUSERCONTROL
    ...
  2. If there is no support, please your help deleting my registration.
    Thank you.
  3. I found this code to resolve my trouble, please help me to covert to vb.

    thanks.


    private void ShowMsg()
    {
    MessageBoxConfig config = new MessageBoxConfig();
    ...
  4. I need to validate the entry of a field within an editable gridpanel, if that field does not exist, you must submit a confirmation message to the user to insert, if the user press "yes" the record is...
  5. Sorry, I want to write other post.
  6. I want to know if I can implement the autocomplete in a cell gridpanel. Data submitted must be loaded from a database.
    Thank you.
  7. Hi All,

    I am using the Plugins MonthPicker on DataField control to select one calendar year and month, but once I selected shows the first day of the month and I need to display the last day of...
  8. Problem solved. Please close the thread.
  9. Problem solved. please close the thread.
  10. Problem solved. Please close the thread.
  11. Hi,

    I hope someone can help me.

    I need a summary column in a gridpanel and show the summary of a specific column after render and editing. But I want to show the total outside the grid panel...
  12. Hi,

    I have a page that contains 2 date fields with VType = daterange, From & To. I set values for them in code behind. But when I do this, the control of end date disappears.

    23988

    Could...
  13. The above solution works, but does not allow me to present a message: X.Msg.Alert ("Message", "Error") Show ()
    How do I show a different message for each server-side validation?

    Protected Sub...
  14. Please your urgent assistance...
  15. Basically the problem is that if I comment this line e.Success = False the message is presented, and if I comment the line of message, the fields are cleared, but I need to be deleted if they are...
  16. Not if there's a better way to validate the RadioGroup recording before sending a form, but I solved this way:


    var vld1 = function () {
    if...
  17. This is my code to validate that if I enter incorrect values in column 1 and column2 of a gridpanel, these are erased and present a message. but it does not work:


    Protected Sub...
  18. I have a form with a NumberField, a TextArea and RadioGroup, I need to validate that all fields are filled before sending to record your information.

    This is my validation. The first two...
  19. I have a gridpanel must validate that the value entered in the column "quantity" not less than the value of the column "suggested". I manage to perform this validation with the "RowSaving" function,...
  20. Of course, and presents the following error:

    Microsoft JScript runtime error: 'record' is undefined

    I also tried the following:


    editor.record.data.partial = "new value";

    and the value...
  21. This is very complicated? is not possible?
    I appreciate any help.
  22. It worked perfect. Thank You.
  23. Continuing with this issue.
    If I received the values entered in the two columns of type Editor, and can validate your data from server side, how I can delete the information from the two columns...
  24. Thanks for your reply,, I did change my function based on your suggestion and it managed the modified value in the "quantity" column is not just visible. However now I need that based on the new...
Results 1 to 25 of 36
Page 1 of 2 1 2