Search Results

Type: Posts; User: albayrak

Page 1 of 5 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    I expand rowexander in gridpanel but row don't selected. How to select?
  2. thank you daniil please close to thread ;)
  3. No, My UI layer not necessary to know class type. Only data necessary to UI. Ok I found another



    protected override void OnPreRender(EventArgs e)
    {
    if...
  4. Hım... But my data is getting with wcf. My project has got 3 layer so ui layer don't know class type.
  5. this problem occur when I use pageproxy and SetDataFromJson. But I dont know why.
  6. Daniil thanks for all response. I discovered problem provide the data to store.

    if store.datasource=blabla; //this code is work

    store.SetDataFromJson(jsonData); //this code is work but i didn'...
  7. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" ViewStateMode="Disabled" Inherits="_Default" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <%@...
  8. using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using RasadBusiness;

    using Ext.Net;


    namespace test
  9. using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;

    using Class.DataModel;
    using RSD.Utils.Enum;
    using Ext.Net;
    using RasadBusiness;
  10. Yes is work but i am using wcf for get data. I tested get local data and it worked. But wcf didn't work.
  11. textfield, textarea etc... i click in the textfield. cursor is once visible then lost. Cursor is correct work when i deleted pageproxy.
  12. Hi, I have a gridpanel. My store get data with pageproxy. Gridpanel is loaded successfull but component is not focus when i expanded rowexpander and i click it. If i delete pageproxy everything ok.
  13. I will write.
  14. What is statuses of resource requests ? Can you see any examples?

    I didn't any get error. Only flash didn't loaded.


    this is iis
    3495

    this is local
    3496
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link...
  16. Hi,

    My flash component is work but i deployment in iss But it didn't. Have you got any suggestion ?
  17. Sorry, I resolved this problem with your message. You can closed thread. Thank you...
  18. http://forums.ext.net/showthread.php?3800-CLOSED-Populate-a-MultiSelect-in-codebehind
  19. Hi,

    How to add item to multiselect in codebehind?
  20. I found exception reason.

    My keymap trigger is wrong. Please close thread :)
  21. Hi,

    I am sending post after long time :)

    I am creating dynamic gridpanel. page get error when after store databind.

    3279
  22. Hım I understood but some objects's defaults doesn't work. Example compositefield.
  23. Hi,

    Can you tell me customconfig, defaults and What is the difference between these controls?
  24. Yes my mistake. Thanks Daniil ;)
  25. Hi,
    I have got dynamic gridpanel. I want to write direct events for row double click in code behind.

    Run time I get error:

    Code

    #region Sezgin: sayfa ilk yüklendiğinde çalışan...
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4