Search Results

Type: Posts; User: azat

Search took 0.01 seconds.
  1. i am trying to set row store property in component column like below,



    <ext:ComponentColumn Editor="True" runat="server" Text="Alacak Hesap No" Hidden="True" Flex="2"...
  2. set combo's property MatchFieldWidth="False"
  3. is there any solution?
  4. Hi guys,

    i want to use multi selector with multi selector search. i want to load store on change event of selector search but there is no change event of multi selector search. This is my code,
    ...
  5. i have a treepanel that contains check nodes in formpanel.


    X.TreePanel().Header(false).MarginSpec("0 0 5 0").NoLeafIcon(true).ID("tpHizmetler")
    .UseArrows(true)...
  6. is there any solution or explanation?
  7. hi guys,

    how can i change the time range (interval) in calendar panel. in my instance 08:00- 09:00-10:00 and so on ? i want to add a combobox that contains 10 minutes,20 minutes,30 minutes for...
  8. hi guys,
    when click to an event in calendarpanel the eventwindow consists of save,delete and cancel button. the delete button appears addiotionally. how can add a combobox to event window in edit...
  9. i found solution in http://forums.ext.net/showthread.php?18093.
  10. hi guys,

    this is my code to fill calendar panel



    private void GetEvents(int klinikId, string tc)
    {
    var cetvels = MhrsCetvelSvc.GetMhrsCetvels(KurumIdGetir(),...
  11. thanks daniil, it is good resource. done this way;


    App.dfKabulTarihi.expand();
  12. hi guys,
    i would like to trigger a datefield to activate datepicker when click a button.how can i do this?
  13. hi daniil thanks for your reply. i solved this problem this way before your suggestion;


    <style>
    .my-group .x-form-cb-checked .x-form-cb-wrap {
    background-color: yellow;
    ...
  14. use this script to get json data


    var getSelection = function (grid) {
    var selection = grid.getSelectionModel().getSelection(),
    xdata = [];
    Ext.each(selection, function (r) {
    ...
  15. hi guys, i want to change radio style or radio label style when radio checked , my code is


    radioGrup.Add(new Radio
    {
    BoxLabel = sik.Metin,
    ...
  16. i solved this problem writing event store manually. this is my store.


    <EventStore runat="server">
    <Model>
    ...
  17. hi guys,


    <ext:TabPanel ID="TabPanel2" runat="server" Region="Center">
    <%--<TopBar>
    <ext:Toolbar runat="server">
    ...
Results 1 to 17 of 17