Search Results

Type: Posts; User: canusr1

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hello there,

    I wanna show mask as "Saving Data..." after choose 'Yes' from confirmation alert window.

    If I apply EventMask in DirectEvent, the masking is loading even I didn't choose in...
  2. Hello Daniil,

    Thanks for the solution. I applied your code to my javascript as follow:



    var SaveDataForExportExcel = function () {
    App.hStoreData.setValue
    (
    ...
  3. Hello there,

    I have an export function to export excel as in

    https://examples2.ext.net/#/GridPanel/Miscellaneous/Export_Data_PostBack/

    I wanna get date as 'd/m/YY' format in exported excel....
  4. It's working fine now. Thanks for the help. :D
  5. Hello,

    I have a boolean grid filter and want to set that filter's default value as 'False' when grid is loaded.

    It supposed to be set 'True' if I set 'True' in grid's filter.

    Now, grid...
  6. Hi Daniil,

    It's the same issue that I'm having right now.

    http://forums.ext.net/showthread.php?20979-OPEN-17-IE-scrolls-to-top-on-row-editor-update
  7. Hi Daniil,

    It's the same issue that I'm having right now.

    http://forums.ext.net/showthread.php...-editor-update
  8. I have a grid with lots of columns. I want to edit some of the column.

    When I click the certain column to edit and grid automatically shift to the left.

    I've already set AutoScroll= 'false' in...
  9. It works well.

    Thank you.
  10. Hello there,

    I have a button to popup a new window and there is a grid inside this window.



    <ext:Button ID="btnAdd" runat="server" Text="Adjustment Entry" Icon="ApplicationEdit"...
  11. Hello there!

    I have a button "Export" to export data from grid panel to .xls.

    I passed the parameter for raw row data by "#{gvTransactionList}.getRowsValues()" and get the parameter from code...
  12. Hello Daniil,

    Yes. I already read these two post.

    Can you provide me a sample using MS SQL Profiler in DirectEvent?

    Thank you.
  13. Hello!

    I thought the error popup when there is time out while saving the data.

    I already tried out the solution by increasing the timeout in Direct Events.
    ...
  14. Hello Baidaly,

    Please check the following code behind for SaveClick function.

    But as I mentioned earlier, actually show error message before fire that "SaveClick" function in code behind.


    ...
  15. Hello!

    I have a grid panel and there is Import/ Export function.

    If I imported thousand records and save the records, then I've got the following error message.

    6774

    When I debug,...
  16. It works. :)

    Thanks you so much.
  17. Hello Daniil,

    It returns Jason data passed by HTTPhandler. In the return list, I didnot fill all the field in the list. I've only filled the InvoiceId value for returning to grid panel. Please...
  18. Return [Object].

    6765
  19. Hello Daniil,

    Finally, I've accomplished importing excel (in xml).

    I've created handler as in following example:

    http://forums.ext.net/showthread.php?17716-CLOSED-Import-Excel-into-Grid
    ...
  20. Solve it out already as follow:

    <Listeners>

    <BeforeEdit Handler="if...
  21. Hello,

    I would like to get the column value from grid panel in javascript.

    But the record value is undefined. Please check the following code and error msg.

    Thank you.
  22. In code behind, Daniil.
  23. Hello,

    Firstly, I wanna find in grid based on the parameter (eg. TxID).

    If it's exist in the grid panel, I would like to select the rows which belongs that TxID.

    I've already found out the...
  24. Hello Daniil,

    I'm still getting the same error as before.

    Thanks.
  25. Hello Badialy,

    I already found out that solution before I post this thread.

    Please check the following for the function that I use for Exporting data.

    It would be pleasure if you could...
Results 1 to 25 of 42
Page 1 of 2 1 2