Search Results

Type: Posts; User: inualonline

Search took 0.01 seconds.
  1. <configuration>
    <configSections>
    <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false"/>
    </configSections>
    <extnet gzip="true" cleanResourceUrl="false"...
  2. I found way to set window position after it move out side display.



    listeners:
    {
    move:
    { fn: function(el,x,y)
    {
    if(x<0)el.setPosition(0, el.getPosition()[1]);
  3. Hi!

    Install at server or client browser, I think may install at server side.:confused:
  4. Ref: http://forums.ext.net/showthread.php?2405

    I'd some problem from move window; such as move window till title of window can't display. after that this window can't move it.

    How to manage...
  5. Thank you,
  6. Thank you, for your suggestion.

    And about code:

    [row] is return index of display row per page, how to know index of current row in all store row.

    ** (gridpanel.CurrentPageIndex *...
  7. Update data and DataBind() again, 55+
  8. I'll have to show some information on GridPanel after mouse over each row.
    Please suggestion.
Results 1 to 8 of 8