Search Results

Type: Posts; User: aditya

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Can we have bootstrap css support in future? if yes how soon(version)?
  2. Hi, I need to reload grid data from client side and apply same filter which was applied on Grid menu.
    I have to hide/Show grid columns conditionally and to boost it its i am using following code,...
  3. How to set null value to TimeField

    <ext:TimeField ID="tmFrom" runat="server" AllowBlank="True" MinTime="00:00" MaxTime="23:59" TriggerIcon="SimpleTime" Increment="30" Format="hh:mm tt"...
  4. I have two grid panel inside one view port when i close second grid and click editor of first grid than its position
    move out from grid
    code is


    <ext:Viewport ID="projectViewport"...
  5. I want to set grid panel layout dynamically . i have two grid panel inside one viewport in some situation i want to use 'borderLayout' and in other situation i want to use 'FitLayout'
  6. thanks @Daniil,

    it worked.
    Problem was at my end, css was confilicting.

    thanks....
  7. thanks @Daniil,

    let me make changes .
    i will update you with the status then.
    thanks..
  8. Hi,

    I am using ext.net 2.3 version.
    In treepanel control, I found a GUI issue:

    Expected: (please notice that C is parent node which doesn't have any child)

    --A
    ----1
    ----2
  9. hi,
    I want to display combo with different values on different hierarchical level.
    Please see attachment.

    Please guide me.
    thanks in advance
  10. Hi @Daniil,
    Your code is working except for .Zip file. When i try to upload .Zip it returned '{success:false,message:"Blocked a frame with origin "http://localhost:64913" from accessing a...
  11. Hello @vMehta, I think your are trying for this


    <%@ Page Language="C#" AutoEventWireup="true" %>

    <%@ Import Namespace="System.Collections.Generic" %>
    <%@ Register Assembly="Ext.Net"...
  12. Thanks @Daniil, This worked. Please close this thread.
  13. Hi,
    I am using Grid inline editing.
    1. My problem is when i put 2-3 spaces continues in inline editing, it shows 2-3 spaces properly in editing mode but when after 'afteredit event' it shows only...
  14. Thanks @Daniil,


    I solved this problem after reading your statement. Please close this thread.
  15. Hi all,
    I am using Grid, I want to use row selection model and check box selection model. Is it possible to use both in a grid?


    <SelectionModel>
    ...
  16. Thanks a lot @Daniil,

    It works. perfect solution.... please close this thread
  17. Hi,
    I want to remove/hide some items like 'Group by this field' and 'Show in groups' from context menu.
    i checked this thread for this...
  18. In the following combo box with FieldLabel property with value "Component:". It is working fine. But when I click on filed label ("Component:"), the items gets pop up, which should not be.


    ...
  19. Applied following style to Cls property of TextArea and fixed it.


    .large-font .x-form-textarea{
    font-size: 16px !important;
    font-family:'Courier New'
    }
  20. I tried with both FieldStyle and StyleSpec. It is not working



    <ext:Panel ID="PanelDBScript" runat="server" Title="Script">
    <Items>
    ...
  21. "#{DBScriptGrid}" works for me. Thanks. It is resolved now.
  22. I Followed suggestion provided in following link,

    http://forums.ext.net/showthread.php?26091-CLOSED-Enable-disable-drag-drop-of-grid-rows-from-one-to-another&p=135711

    However I got following...
  23. I Followed above suggestion but I get following error.
    Error: Unable to get property 'dropZone' of undefined or null reference



    <ext:Store ID="StoreDBScript" runat="server"...
  24. Ok. I was thinking to implement it as you suggested.
  25. I can have TextArea but can this TextArea be attached to a hidden column (Text field) of Grid so that what ever change I do in this text area will be assigned to text field?
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4