Search Results

Type: Posts; User: petlun

Search took 0.01 seconds.
  1. Works, thanks!
  2. <%@ Page Language="C#" AutoEventWireup="true" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <script runat="server">
    ...
  3. Works fine now, thanks.
  4. If the listitems in the multiselect is not sorted by value field there is problem with setting values.


    For instance if a value of 156 comes before a value of 15. 156 will be selected when...
  5. Tabkey should set focus to the next control (edittemplate) in the gridpanel, but it doesn't work with Chrome and Coolite 0.8 (works with 0.7). The focus goes to the addressbar.


    Example:...
  6. Is it possible? I have a combo that is working fine outside the grid, but if I place it in a column below <Editor> it doesn't show the template.
  7. Thanks vladimir for your answer.

    But I want to know how to set the actual filter values. What I'm trying to achieve save the filter for the grid/page and reload them on next visit.

    Best...
  8. I just don't know how to do it, and I can't find any examples :-)
  9. I want to set gridfilters in codebehind (Page load), is this possible?
  10. If I have a UserControl placed inside a Ext Panel like this:



    <ext:ScriptManager ID="ExtScriptMan" runat="server" />
    <ext:Panel ID="TestPanel" runat="server">
    <Content>
    ...
  11. I'v tried that. but it gives me javscript error related to the Store.*

    "WebUserControl11_Store1 is undefined"


    I'm using version 0.6 by the way.


    UserControl:
  12. I'm having problem with autosize (height) of a gridpanel inside a UserControl.

    Default.aspx:





    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb"...
Results 1 to 12 of 12