Search Results

Type: Posts; User: [WP]joju

Page 1 of 19 1 2 3 4
Search took 0.05 seconds.
  1. anyone who has used the export to excel sample here in the examples explorer and has made a workaround for the excel file prompt? the one which says that the file extension is different from the file...
  2. just a question regarding this topic,, what would be more time consuming and resource intensive? submitting the grid data or submitting data regarding the visible columns + querying needed data from...
  3. hi there, i'm currently using coolite v.0.8.2, and i'm having problems with the html editor once text is directly copied from ms word.... is there a way to automatically cleanup text pasted from word...
  4. is there any way to resolve this in v0.8.2 without having to reset the style that coolite has implemented? i mean like to a preventBodyReset? i have tried adding a class "x-panel-normal" to my main...
  5. hi there, i am using coolite v.0.8.2, how can i unescape a label's html on the client side? because if i do it on the server side, i'm getting a bad response error... how can i do the string unescape...
  6. i've tried using this code in the examples explorer rowExpander remote example

    this line does the trick for me



    expander.bodyContent[record.get("qid_aid")] = "<p>About
    this Question:" +...
  7. this is really weird

    if i do this code

    expandedRow = rowIndex;
    var row = expander.grid.view.getRow(rowIndex);
    var body = Ext.DomQuery.selectNode('tr div.x-grid3-row-body', row);...
  8. ok, but isn't there any way i can update the row expander content from the rowExpander rowExpanded listener?

    same as in the coolite examples explorer -> GridPanel -> Plugins -> RowExpander Remote...
  9. i am calling this on the row expander rowExpanded listener but it is not updating



    expander.grid.view.refreshRow(expander.grid.store.getAt(rowIndex));
  10. i may not be able to get the record id of that row because of some complicated thing, i now resorted to just updating the row body on row expander expand, the problem is it still won't change even if...
  11. isn't there a way to get the column index by using the event object passed to the rowDblClick listener? because the thing is i only want the rowDblClick listener handler to be triggered if the column...
  12. the store.getById('{1}') uses the recordID column right? not necessarily the column with the name "id"
  13. how can i know the column clicked based on the rowDblClick listener handler?
  14. ok, that solves it but the row expander content gets removed after grid reload whenever the row expander is expanded
  15. i tried deleting the cache but the old value still persists on the row expander the content... the only time it gets an updated value is when i reload the whole page, but it is not getting updated...
  16. hi there i have a grid panel, the problem is if i call a server side update of the grid panel content, the content of the grid row is updated, but the text inside the row expander does not get...
  17. hi there, are coolite js/css files minified when rendered to the client? i'm using coolite v.8.2
  18. there's a v.0.8.3 now?
  19. hi, i'm currently using v.82 and i'm having this problem on grid panel with drag and drop enabled






    If you select multiple rows in a grid
    and then click your mouse on one of...
  20. hi , i need someone who knows coolite/extjs function from way before, i was referring to the extjs 2.2 api but didn't get much info, i have grid panel with this rowContextMenu event handler



    ...
  21. could this be a sql connectiontimeout? since i am using SqlHelper class which has a default connection timeout of 30 seconds i guess
  22. yeah i guess it is the page which is throwing the error since this is the function which gets called on the Page_Load function of the page which is loading inside iframe




    private void...
  23. but i am getting timeout errors somewhere, i'm getting Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding...
  24. but i though this is an Ext.Updater object... and extjs api says it in seconds
  25. with this window autoload property, i am correct that the request timeout for the page to be loaded is 5 minutes?



    autoLoad: { url: "Pages/xxxxxx", mode:"iframe", nocache: true, timeout:300 }, ...
Results 1 to 25 of 453
Page 1 of 19 1 2 3 4