Search Results

Type: Posts; User: HexElffilter

Search took 0.01 seconds.
  1. Hi,

    In my application I have a gridpanel containing a button.
    When clicked it performs a response.redirect to a details page.

    When I make a change and click the browser back button, the...
  2. Thanks mhammami, that has solved my problem.
  3. I've tried your suggestion and still it returns the value that I set the datefield to on page load.

    Here is the code using your suggestion.

    Can someone try this and tell me what happens, when I...
  4. Thanks for the suggestion but it didn't work.

    When I set the value or the text property of the datefield, it stays the same when trying to retreive the updated value from code behind.

    I can...
  5. Hi,

    I'm getting the following error when converting a value returned from a datefield.



    I have tried using DateTime.Parse and DateTime.ParseExact to convert the string value, but I still get...
  6. Hi,

    How could I set a datefield control as a required field after a checkbox is checked and validate the form?

    I've tried setting a listener on the check of the checkbox and then setting the...
  7. Hi,

    I am encountering a problem when I set a value to a checkbox then try and return the value after it has been changed.

    For example I have put a checkbox into a window control and set the...
  8. I am having a problem submitting a formpanel.

    I have created extra parameters on the submit button in the formpanel.
    I have also got validation on the formpanel.

    Whenever I submit the form it...
  9. Hi,

    I'm having a problem using a panel with two user controls.
    I have a panel on the page with a border layout.

    In the center region I have a panel containing a user control with a gridpanel....
  10. I'm still having difficulty with this, I've added the remove method of the store to the command handler.
    But it is just removing from the GridPanel.



    <Listeners>
    <Command...
  11. I don't really follow.
    How would the record id get passed, won't the record id get deleted before the remove listener is fired?
  12. Thanks,

    On a related question, if the GridPanel uses an ObjectDataSource with a delete method.
    Will the handler also run the delete method to remove from the table as well, or is there an...
  13. Hi,

    I have a GridPanel which has a CommandColumn containing a delete button.
    If I click the button nothing happens, however if I click on the 'Name' column it then removes from the grid.

    Why...
  14. I am getting an error on submit after a validation check in a FormPanel.

    I have a validationstatus in the bottombar and the fields are set to required.
    If I enter information into all the fields...
  15. Hi,

    Hoping someone can explain this behavour.

    On my page I have a form and a grid.
    The grid is disabled, as I want to submit the form data first.
    When the button is clicked for the form I...
  16. Hi,

    I'm having problems trying to set up a custom search in a ComboBox.
    When I get to the minimum characters in the box I get this error:
    2266

    Here is the WebService to get a list of names...
  17. On my page I have 3 asp dropdownlists that I use for selection, which gives the parameters for the datasource assigned to the GridPanel.
    The GridPanel contains a few editable fields, but...
  18. After changing various properties on the grid and also columns I still couldn't find a solution.

    I then removed all the columns that had controls with boxes i.e. textbox, combobox, date columns....
  19. I've tried adding the SyncHeights as you suggested, but the rows still don't seem to line up.

    2247

    The next column after the locked columns contains a combobox, could this be causing the...
  20. I have a few questions, but I'll attach an image to help visualize what I'm asking.

    2242


    Can you wrap the text in the column headings if it is too long?
    I've got 5 locked columns on the...
  21. Thanks,

    I also forgot to use the DateColumn.
  22. Hi,

    Stumbled across these .net components after searching for a gridview, with some more advanced features.

    I seem to be having a problem with the GridPanel using an objectdatasource.
    I've...
Results 1 to 22 of 22