Search Results

Type: Posts; User: ismailkocacan

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. I'm using custom control instead of a view.
    That "Creating Razor helper methods for custom controls" named tutorial very helpful.
  2. Hi @unicorn64

    You can may be implement like that.

    Client-Side

    <script>
    var customConfirm = function () {
    Ext.MessageBox.show({
    title: 'Confirm',
  3. I found that PartialViewResult component rendering questions named topic

    I'm looking now.
  4. I want to load column editor from a partial view.
    Because when increase the "Editor" in codes then harder the maintenance code

    field2.csHtml

    @(Html.X().ComboBox()
    )


    myGrid.csHtml
  5. https://github.com/ismailkocacan/GridPanelRemotePaging
    https://raw.githubusercontent.com/ismailkocacan/GridPanelRemotePaging/master/test/test.gif
  6. I have solved problem.
    I'm used Proxy instead of a ServerProxy ExtraParams



    Html.X().Store()
    .ID("store1")
    .Proxy
    (
    Html.X().AjaxProxy()
  7. Hi Daniil

    I look your that post

    - How to pass start and limit parameter to "GetData" method below like ?



    public ActionResult GetData(int start,int limit)
    {
  8. Hi Daniil

    I look your that post

    - How to pass start and limit parameter to "GetData" method ?
    - Should I use which method ?
  9. https://github.com/ismailkocacan/GridPanelCalculateField

    24163
  10. Thanks for interest,information,response @Daniil

    this sample,it might be nice to add mvc explorer...
  11. Hi Guys

    I was asked that question

    This trick,related above my question.

    How to check TabPanelItems in server-side. ?

    I have tried in server-side methods.
  12. OK. I have solved problem.

    changed to


    treePanel.DirectEvents.ItemClick.Before = "o.extraParams.param1 = record.data.id; o.extraParams.param2 = record.data.text; o.extraParams.param3 =...
  13. I have changed below code lines.


    treePanel.DirectEvents.ItemClick.Url = "/Menu/TreePanelClickHandler";
    treePanel.DirectEvents.ItemClick.Method = HttpMethod.POST;...
  14. I have tried below code.
    I'm using that release https://www.nuget.org/packages/Ext.NET.MVC/3.2.0


    TreePanel treePanel = new TreePanel();
    treePanel.ID = "TreePanel1";
    treePanel.RootVisible =...
  15. Hi @Daniil :)

    I could not .net development,a long time.Because life conditions :)

    I think commercial project now.

    I'm testing,analyzing,researching ext.net mvc and other ria frameworks now.
  16. It's been a long time :)
    I was posted sample.
    https://github.com/ismailkocacan/Ext.Net-GridPanel-Manuel-Paging-Sample
  17. Hi ;
    Question : How can I select row when grid command button clicked ?
    Answer :



    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
  18. Very Nice Application...
  19. thank you :)
  20. <script language="javascript" type="text/javascript">
    var creplace = function (value) {
    return value.toString().replace(value, '*');
    }

    var...
  21. great sample
    very thanks
    I will write ExtJS articles coming soon
  22. When will publish Ext.net chart demos ?
    Thanks
  23. Thanks.
    I 'll solve problem.
  24. Hi ;
    I want to accessing GridPanel cell editör at current value in codebehid.
    But without use record.data.ORDER_AMOUNT method.


    <%@ Page Language="C#" AutoEventWireup="true"...
  25. Hi Hazardvn;
    Can you show example code ?
Results 1 to 25 of 44
Page 1 of 2 1 2