Web Part Connection Events
The Web Part connection Events available depend on the Web Part, and what
data you are sending/receiving.
Send
- C1DataGrid
- Data Source Changed = Sends data
to the receiving web part when the C1DataGrid’s data source changes
- Current Row Changed = Sends the
current row’s data to the receiving web part when the current row changes in
the C1DataGrid (useful when you want to show only a record in the receiving
web part)
- Selected Rows Changed = Sends the
selected rows data to the receiving web part when the selected rows change in
the C1DataGrid (useful when you want to show multiple records in the receiving
web part)
- Filter Changed = Sends the
C1DataGrid’s current records to the receiving web part after it filter changes
- Sort Changed = Sends the
C1DataGrid’s current records to the receiving web part after the columns sort
order is changed
- C1Maps
- View Changed = Sends the items in
view to the receiving web part
- Marker Clicked = When the marker
is clicked, sends the marker’s record to the receiving web part
- Surface Clicked = Sends
information about the surface point to the receiving web part
- C1Chart
- None
- C1CoverFlow
- None
- C1ImageViewer
- None
Receive
- C1DataGrid
- Display Data = Displays the data
received from the sending web part
- Filter Data Source = Displays the
details for the selected row (for Master-Detail connection)
- C1Maps
- Center Point = Centers on the point
(latitude/longitude) from the receiving web part
- Center Geocode = Centers on the point
(Geocode) from the receiving web part
- Filter Data Source = Shows details
points for the sender’s record (for Master-Detail relationship)
- Plot Point = Plots the point
(latitude/longitude) from the sending web part
- Plot Geocode = Plots the point
(Geocode) from the sending web part
- C1Chart
- Display Data = Displays the sending
web part’s data
- Filter Data Source = Used to
show details for the sending web part’s record (for Master-Detail)
- Plot Basic Series = Plots basic
series from the sending web part
- Plot Bubble Series = Plots
bubble series from the sending web part
- Plot Financial Series = Plots
financial data from the sending web part
- Plot Gantt Series = Plots gantt
data from sending web part
- C1CoverFlow
- None
- C1ImageViewer
- Display Image = Displays the
image from the sending web part