Search Results

Type: Posts; User: schellappa

Search took 0.01 seconds.
  1. I sent an email on 15th and have got no response from them.
  2. Hello,

    We are currently using ext.net version 1.0.4154.21767 in our production environment. I got latest from Ext SVN and tried to use 1.2.0.28560 in our application and got a message reading...
  3. Duh!!!! my bad...Thanks once again.
  4. I am trying to change the icon for a ImageCommandColumn on the client side, but i don't see the icon change.



    <ext:GridPanel ID="grdItems" runat="server" StripeRows="true"...
  5. that did not work ...The script error does not appear anymore, but it just renders a blank screen....
  6. I have dyamical user control that loads the feed viewer, but i keep getting an error when it loads

    Default.aspx
    ---------------



    <%@ Page Language="C#" AutoEventWireup="true"...
  7. Can you give me an example on how to use submitdata? Also I want to submit data immidiately after the rows have been ordered.
  8. I have implemented the grid ordering plugin in our application. I am able to reoder rows fine, but how do I fire an event that will let me save the new idnex of a row to datababse immediately after...
  9. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="CooliteDemo._Default" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html...
  10. If you look at the attached screen shot the text in task bar is truncated even though the bar has more space to display rest of the text.How do i fix this ? Thanks.
  11. I am trying to implement a filter for gridpanel and need some help. The query is case sensitive and searches from the beginning of the string. How do I incorporate a search like '%filed.getValue%'...
  12. We have implemeted editable gridpanel in our application. for each row,we would like enable/disable fields based on a value.

    if record.data.plans > 0 then enable txtHalfsize and txtFullSize fields...
  13. when the desktop is being rendered, a couple of shortcut icons show up on the screen. How do you hide this ?

    please take a look at the attached screen shot.
  14. Hi,

    i am trying to add a tool tip for desktop shortcut, but it does not seem to work

    Default.aspx
    ---------------------
  15. Perfect !! Thanks.
  16. We have a desktop window that has the property maximizable="false". When the window shows in the task bar, we still have the option to maximize. How do you disable maximize option for a window in...
  17. Vladimir,

    i am sorry to add to this posting, but it seemed to be related to the same issue.

    After implementing the logic in page_lnit, the upload control seems to have lost the file. It used...
  18. Thanks for the quick answer.it works.
  19. We are dynamically creating a user control when the desktop shortcut is clicked. In the example shown below, when we check the values in the direct event of the announcement user control, the field...
  20. works perfect !!! Thanks
  21. Geoff,

    I have sent my project to you by email. Please try running that.

    Vladimir,

    I did not find any documentation on this. Please provide an example. we have been fighting this for a long...
  22. We have a default page that implements a desktop control

    Default.aspx
    ----------------



    <%@ Page Title="Home Page" Language="C#" AutoEventWireup="true"
    CodeBehind="Default.aspx.cs"...
  23. I load a user control that has a treepanel and gridpanel and loaded dynamically. When the control is loaded, I get a javascript error "Microsoft JScript compilation error: Expected ';"..what is the...
Results 1 to 23 of 23