Search Results

Type: Posts; User: reyonlines

Search took 0.02 seconds.
  1. Hello Daniil, thank you very much for responding to my issue. Thankfully i was able to resolve it by using the information found on this blog:...
  2. Hello guys, I'm having an issue exporting a gridpanel data to an excel document.

    The Code:




    string json = e.ExtraParams["GridData"].ToString();
    StoreSubmitDataEventArgs...
  3. Does anyone have an idea about this problem with the FileUpload control?
  4. Hello everyone, i have a problem with the file upload functionality. I'm using the MVC pattern in my application, as far as the file upload procedure goes, it's doing what's supposed to do (it's...
  5. I'm currenty on the same boat as you if you were able to figure this out please post a solution.

    Thanks.:confused:
  6. Thank you very much for your reply I was able to find a solution

    Markup:


    <ext:TriggerField ID="searchTrigger" runat="server" FieldLabel="Account #"...
  7. I have tried with KeyUp, KeyPress, KeyDown and still I'm not able to get the key that was pressed.

    Thank you for your time in helping me with this issue.
  8. I tried you code, I still can't read the key pressed with getKey(). However the function fires only when the ENTER key is pressed and that's what I need. Still, I would like to know why the getKey()...
  9. Excellent I'm going to give it a try and I'll let you know. Thanks for the quick reply.
  10. Hello everyone on my following code i'm listening for key pressed. I'm trying to catch the ENTER event, doing debugging I'm noticing that the getKey() doesn't have any value. What's the function I...
Results 1 to 10 of 10