Search Results

Type: Posts; User: rgamero

Search took 0.01 seconds.
  1. Thanks!
    I have a grid:



    <ext:FormPanel ID="ListPanel" Cls="form-panel" BodyCls="form-panel-body" runat="server" AutoHeight="true" Width="600" Border="false" BodyPadding="10"...
  2. Now I'm experiencing kind of the same issue with this code:



    <SelectionModel>
    <ext:RowSelectionModel ID="RowSelectionModel1" runat="server"...
  3. Never mind! I'm having one of those days :(

    I had missed the .show() at the end of the msg instruction.

    Cheers!

    The issue I'm having is very similar, it may be related.

    In a regular grid...
  4. Thanks Geoffrey, it does help.
    That workaround will do in the meantime.
  5. Default.aspx:


    <%@ Page Language="C#" %>
    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>

    <!DOCTYPE html>

    <html>
    <head runat="server">
  6. Actually I cannot even post a link for you to download the code. How can I give you a runable sample?
    Thanks!
  7. Thanks!
    I tried to attach a zip file containing a really minimalistic application, however, this forum system didn't allow me to do so.

    EDIT: Removed
  8. Thanks Vladimir, it's good to know.


    How do I do that?



    This is all my ASP page has as content (now using IDMode as you suggested):
  9. Hi,

    This is a newbie question.
    I have this simple code for a button:


    <ext:Button ID="myButton" runat="server" ClientIDMode="Static" Text="this is my button"></ext:Button>

    and from a...
Results 1 to 9 of 9