Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 165 results for
devexpress
- Page 1
Devexpress combobox used in update panel
Programming
Web Development
13 Years Ago
by shailaja mohite
…application, In which i am use
devexpress
component and ajax toolkit control. i… this update panel i am use
devexpress
combobox. and i am fire SelectedIndexChanged…) { } } protected void ddlAuthor_Callback(object sender,
DevExpress
.Web.ASPxClasses.CallbackEventArgsBase e) { ddlAuthor.DataBind(); }[/CODE]
devexpress tabcontrol set focus coding
Programming
Software Development
15 Years Ago
by sash_le
Hey I am using a
devexpress
tabcontrol. I have a created a program that allows the … normally you would use the setfocus = ture command but with
devexpress
tabcontrol this function does not work. does anyone have ideas…
DevExpress TreeListControl data representation
Programming
Software Development
12 Years Ago
by Pundia
…'m new to WPF, and I've been working with
DevExpress
, I'm with the TreeListControl right now. How can I…;Vice President", Photo = temp }); . . . I found this: http://demos.
devexpress
.com/ASPxTreeListDemos/Shaping/Templates.aspx Is what I need, how…
Convert IN operator into like condition in devexpress filter control
Programming
Software Development
9 Years Ago
by Nirav Vasoya
I have one filter
devexpress
filter control. I want to convert IN operator into Like …
How to convert numbers into text in Devexpress Report ?
Programming
Software Development
7 Years Ago
by dongtrien
In
Devexpress
Report you want to create a function to convert the number into text (words) in the Report, have the class to convert numbers into text (words) but do not know how to appear in the Report as SUM function, ... What do I need to do ?
Re: devexpress tabcontrol set focus coding
Programming
Software Development
15 Years Ago
by AndreRet
Have you tried - [CODE]'Depending on the option selected TabControl1.Tab=0 'or 1 etc.[/CODE] Not sure if this will help in Dev though...
Re: devexpress tabcontrol set focus coding
Programming
Software Development
14 Years Ago
by Nutzy
following code allows you to set focus to the selected tab index. [CODE]tabMain.SelectedTabPage = tabMain.TabPages.Item(0)[/CODE]
devexpress gridview delete button/edit
Programming
Software Development
16 Years Ago
by sam1
hi, how can i add a button to delete/edit a row in gridview which takes its data from database ? thanks
Re: devexpress gridview delete button/edit
Programming
Software Development
16 Years Ago
by rapture
you code it in the button click event
Re: devexpress gridview delete button/edit
Programming
Software Development
16 Years Ago
by rapture
hey I'll even go one step further [code] Private Sub btnDelete_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnDelete.Click If Not DataGridView1.CurrentRow.IsNewRow Then DataGridView1.Rows.Remove(DataGridView1.CurrentRow) End If End Sub [/code] but it's not my code - it popped up by googling …
Re: devexpress gridview delete button/edit
Programming
Software Development
16 Years Ago
by sam1
thank you both i will try it now. but one question how do i insert a button for each row in gridview?
Re: devexpress gridview delete button/edit
Programming
Software Development
16 Years Ago
by sam1
^^^^ AnyOne on this please
Re: devexpress gridview delete button/edit
Programming
Software Development
16 Years Ago
by rapture
I've not done this myself, I did find some things by searching . . . I googled gridview embed a button for each row looks like you're going to use itemtemplate to do this
Devexpress:how to dispaly currently added data into combobox without refresh the page
Programming
Web Development
13 Years Ago
by shailaja mohite
HI, I am create one application in which i am use dev express combobox. and i am add runtime data to database and display this added data to that combobox. but it does not dispaly values which are currently added to the database. when i am refresh the page then data is displayed on that combobox. please help me how to display currently …
Re: Devexpress:how to dispaly currently added data into combobox without refresh the page
Programming
Web Development
13 Years Ago
by stbuchok
Look at using pagemethods. [url]http://www.singingeels.com/Articles/Using_Page_Methods_in_ASPNET_AJAX.aspx[/url]
Re: Convert IN operator into like condition in devexpress filter control
Programming
Software Development
9 Years Ago
by Santanu.Das
It should be **Column_Name like '10%'** The **LIKE** predicate allows comparison of one string value with another string value, which is not identical. This is achieved by using wildcard characters. Two wildcard characters are available here. 1) % - allows to match any string of any length(including zero length) 2) _ - allows to match on a single…
Re: Convert IN operator into like condition in devexpress filter control
Programming
Software Development
9 Years Ago
by Nirav Vasoya
Thanks for posting the answer. can you please help me out to how to do in code part in vb.net for replace In oprator in to Like '% %'. Thanks.
Re: Convert IN operator into like condition in devexpress filter control
Programming
Software Development
9 Years Ago
by Santanu.Das
Please post your codes and describe what do you want.
Forms Authentication redirect issue server
Programming
Web Development
12 Years Ago
by korathualex
…gt; </httpProtocol> </system.webServer> <
devExpress
> <settings rightToLeft="false"/> <…quot;"/> <errors callbackErrorRedirectUrl=""/> </
devExpress
> <applicationSettings> <ResumeManager.Properties.Settings> …
how to check version of file components?
Programming
Software Development
12 Years Ago
by ryan311
… that checks for old
devexpress
library versions and deletes them.
Devexpress
files are like:
Devexpress
.Data.v12.2.dll
Devexpress
.Printing.v12.2.Core….2.dll
Devexpress
.XtraEditors.v12.2.dll
Devexpress
.XtraPrinting.v12.2.dll
Devexpress
.XtraReports.v12.2.dll
Devexpress
.Data.v12.0.dll
Devexpress
.Printing.v12…
Re: how to check version of file components?
Programming
Software Development
12 Years Ago
by ryan311
… currentFile in dvxpressFiles) { string fileName = currentFile.Substring((Application.StartupPath + "
DevExpress
.").Length + 1); MessageBox.Show(fileName); } I already get this…
dynamic context menu
Programming
Software Development
11 Years Ago
by ZER09
…ContextMenu()) { GridView View = (GridView)sender;
DevExpress
.XtraGrid.Views.Grid.ViewInfo.GridHitInfo HitInfo = View.…this. private void gridView1_PopupMenuShowing(object sender,
DevExpress
.XtraGrid.Views.Grid.PopupMenuShowingEventArgs e) { …
Trying to run project : An error occurred creating the form.
Programming
Software Development
11 Years Ago
by boher
…GUI, nothing dynamic in it and I used
DevExpress
12.1 for my visual styles and there …) Application.Exit() End Try 'Set Theme
DevExpress
.Skins.SkinManager.EnableFormSkins()
DevExpress
.UserSkins.BonusSkins.Register() UserLookAndFeel.Default.SetSkinStyle("…
socket exception
Programming
Software Development
15 Years Ago
by bk_bhupendra
…Windows.Forms.Control.OnClick(EventArgs e) at
DevExpress
.XtraEditors.BaseButton.OnClick(EventArgs e) at
DevExpress
.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e) at … at System.Windows.Forms.Control.WndProc(Message& m) at
DevExpress
.Utils.Controls.ControlBase.WndProc(Message& m) at System.Windows…
Re: socket exception
Programming
Software Development
15 Years Ago
by bk_bhupendra
…Text; using System.Windows.Forms; using
DevExpress
.XtraEditors; namespace AsyncClient { public partial class HOME :
DevExpress
.XtraEditors.XtraForm { public string username;….Drawing; using System.Text; using System.Windows.Forms; using
DevExpress
.XtraEditors; using System.Collections; using System.Net; using System…
how to add gridview data into dataTable and display at crystal report?HELP
Programming
Software Development
14 Years Ago
by jcfans
…)[/COLOR] show "DataPropertyName" is not a member of '
DevExpress
.ExtraGrid.Views.BandedGrid.BandedGridColumn' [COLOR="Green"]For i…[/COLOR] show "Rows" is not a memeber of '
DevExpress
.ExtraGrid.Views.BandedGrid.BandedGridView' HELP!!!Thanks
Developer Express help
Programming
Software Development
14 Years Ago
by lianpiau
… Text ************** System.IO.FileNotFoundException: Could not load file or assembly '
DevExpress
.XtraGrid.v10.2, Version=10.2.4.0, Culture=neutral… dependencies. The system cannot find the file specified. File name: '
DevExpress
.XtraGrid.v10.2, Version=10.2.4.0, Culture=neutral…
User Controls
Programming
Software Development
13 Years Ago
by skatamatic
… create a .Net form full of
DevExpress
controls into something easy to work with.
DevExpress
controls are the opposite of this, most…
c# setup ,, doesnt work another computer
Programming
Software Development
12 Years Ago
by kram54
Hi everyone ; i using to VS2008 --
devexpress
V10.1.2 and MSSQL i make to same project .. ….InvalidDeploymentException (SignatureValidation) - Strong name signature not valid for this assembly
DevExpress
.Data.v10.2.dll. - Source: System.Deployment - Stack trace: at…
Re: c# setup ,, doesnt work another computer
Programming
Software Development
12 Years Ago
by Momerath
It's telling you that the
DevExpress
DLL doesn't have a valid signature. Did you buy
DevExpress
or are you trying to distribute the developer DLL you can download for free?
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC