Search Results

Type: Posts; User: inteligencija

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi,

    Is it possible to add Badge on DataView Items?
    Is there a way to create Ext.Panel inside tpl element? This will solve my issue.

    Thanks in forward.

    Regards,
    "Poslovna Inteligencija"
  2. Thanks Daniil. You can close this thread
  3. He Ext team,

    I have problem. I couldn't create DirectEvent for RowEditor in code behind

    for example

    Dim rede As Ext.Net.RowEditingDirectEvents
    Dim re As New RowEditing
    ...
  4. Thanks very much.

    You can close this Thread.
  5. Thanks . This solved my problem.

    One more thing:
    Can I access resource manager from javascript?

    I would like to set up condition like:
    if (Ext.net.Resourcesmanager.Theme = '2') ........
  6. Hello,

    I do not know how to apply some CSS rules to HtmlEditor control.

    This control generates Iframe. What I need is to apply css for that Iframe.

    Precisely, I need font color to be...
  7. Thanks for your time Daniii. I will use code from from earlier post until Resolve VB.NET problem


    Public Sub CreateWindow()
    Dim load As New Ext.Net.ComponentLoader
    Dim...
  8. Your code works fine when using C# in code behind.

    I can not make this code work in code behind when using vb.

    For example when code like this:

    Protected Sub Page_Load(sender As Object,...
  9. I know that but I am getting compiler error (loadmask property is read only ) when add




    .Loader = New ComponentLoader With {
    .LoadMask = New LoadMask With {.ShowMask =...
  10. After update from svn.
    It works well for me, too


    I have one quick question

    How to put loadermask in this code


    <Ext.Net.DirectMethod(ShowMask:=True, Msg:="This is not mask that I...
  11. I am using 2.1 (updated from svn last month )

    Here is running sample :


    Imports System.Web
    Imports System.Web.UI
    Imports System.Web.UI.WebControls
    Imports Ext.Net
    Imports...
  12. Hi , It's me again :)

    I have issue when minimizing desktop window created in code behind

    Here is my code :


    <DirectMethod()>
    Public Sub CreateWindow()
    ...
  13. I set up DisableCaching to true for the Loader. And set

    <sessionState .... regenerateExpiredSessionId="true"/>


    Sorry for not posting in first place. I thought it was understandable...
  14. Thanks Vlad and Danii . I resolved my problem . Mark as closed
  15. Still nothing.

    I just realized that a missed to point out few important facts

    1. This does not happens on local server (IIS7) only when deployed.
    2. When I refresh and launch module ,...
  16. Hello,

    I have problem with passing session to an iframe.

    Here is the way I load Iframe.


    <ext:DesktopModule ModuleID="dmTP" >
    <Shortcut Name="TPs"...
  17. I resolved my problem.


    I removed submask from Select DE and now everything works fine .

    Thanks for your trouble Dannii
  18. I use context menu for delete action in code behind (using selectedrecordID ) . I will resolve my problem if I could pass extra param in select DE about type of click used fore selection
  19. Thanks for replay . This is working but I was not able to resolve my problem with context menu.

    Problem is that I want to have selected node on right click but not to fire select direct event...
  20. This isn't working for me . I can not select anything with left click
  21. Hi ,

    As Title said , I want to disable right click selection in tree panel .

    I tried


    <ext:TreeSelectionModel ID="tsmRepPosition" runat="server" IgnoreRightMouseSelection="true"/>
    ...
  22. it works now


    Thanks
  23. Still not working :(
  24. I was not able to implement DirectMethod neither


    <ext:Button runat="server" ID="aaaaa" Text="aaaaa" Icon="Accept" Width="10">
    <Listeners>
    ...
  25. Hi

    I have problem with ResourcesManager.cs


    ResourceManager.FindControlByConfigID(this.Page, controlID, true, null);

    returns NULL in
Results 1 to 25 of 35
Page 1 of 2 1 2