{"id":574,"date":"2016-11-05T13:16:29","date_gmt":"2016-11-05T04:16:29","guid":{"rendered":"https:\/\/prg.waou.biz\/?p=574"},"modified":"2018-03-03T08:48:14","modified_gmt":"2018-03-02T23:48:14","slug":"gccomboboxcell%e3%81%ae%e4%bd%bf%e3%81%84%e6%96%b9%e3%80%80%e3%83%95%e3%82%a3%e3%83%ab%e3%82%bf%e3%83%bc%e7%ad%89","status":"publish","type":"post","link":"https:\/\/prg.waou.biz\/?p=574","title":{"rendered":"GcComboBoxCell\u306e\u4f7f\u3044\u65b9\u3000\u30d5\u30a3\u30eb\u30bf\u30fc\u7b49"},"content":{"rendered":"\n<pre class=\"lang:default decode:true \" >public void CreateHimokuCommbo(GcComboBoxCell comboHimokuCell, DataTable dt)\r\n{\r\n\/\/\u30b3\u30f3\u30dc\u30dc\u30c3\u30af\u30b9\u306e\u9805\u76ee\u306e\u5143\u3068\u306a\u308b\u30c7\u30fc\u30bf\u30fc\u30d9\u30fc\u30b9\r\ncomboHimokuCell.DataSource = dt;\r\ncomboHimokuCell.AutoGenerateColumns = false;\r\nListColumn lc1 = new ListColumn();\r\nListColumn lc2 = new ListColumn();\r\nlc1.DataPropertyName = \"himoku\";\r\n\r\nlc1.Width = 80;\r\n\r\nlc2.DataPropertyName = \"category\";\r\n\r\nlc2.Width = 80;\r\nlc2.Visible = false;\r\ncomboHimokuCell.ListColumns.AddRange(new ListColumn[] { lc1, lc2 });\r\n\r\ncomboHimokuCell.TextSubItemIndex =1;\r\n\r\n\/\/\u00a0 noby.Message( comboHimokuCell.DataMember.ToString());\/\/ = \"himoku\";\r\n\r\ncomboHimokuCell.AutoFilter.Enabled = true;\r\ncomboHimokuCell.AutoFilter.MatchingMode = GrapeCity.Win.Editors.AutoCompleteMatchingMode.MatchStartWith;\r\n\r\ncomboHimokuCell.AutoFilter.MatchingSource = GrapeCity.Win.Editors.FilterMatchingSource.ControlText;\r\n\r\ncomboHimokuCell.ListColumns[0].Header.Text = \"\";\r\n\r\ncomboHimokuCell.ListColumns[1].Header.Text = \"\";\r\n\r\ncomboHimokuCell.DropDownStyle = MultiRowComboBoxStyle.DropDown;\r\ncomboHimokuCell.FlatStyle = FlatStyle.Flat;\r\n\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>public void CreateHimokuCommbo(GcComboBoxCell comboHimokuCell, DataTable dt) { \/\/\u30b3\u30f3\u30dc\u30dc\u30c3\u30af\u30b9\u306e\u9805\u76ee\u306e\u5143\u3068\u306a\u308b\u30c7\u30fc\u30bf\u30fc\u30d9\u30fc\u30b9 comboH [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"","fifu_image_alt":"","_lightning_design_setting":[],"footnotes":""},"categories":[12],"tags":[],"class_list":["post-574","post","type-post","status-publish","format-standard","hentry","category-multirow"],"_links":{"self":[{"href":"https:\/\/prg.waou.biz\/index.php?rest_route=\/wp\/v2\/posts\/574","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prg.waou.biz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prg.waou.biz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prg.waou.biz\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/prg.waou.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=574"}],"version-history":[{"count":3,"href":"https:\/\/prg.waou.biz\/index.php?rest_route=\/wp\/v2\/posts\/574\/revisions"}],"predecessor-version":[{"id":855,"href":"https:\/\/prg.waou.biz\/index.php?rest_route=\/wp\/v2\/posts\/574\/revisions\/855"}],"wp:attachment":[{"href":"https:\/\/prg.waou.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=574"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prg.waou.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=574"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prg.waou.biz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=574"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}